home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / vd115q.zip / RELEASE.DOC < prev    next >
Text File  |  1990-11-04  |  4KB  |  112 lines

  1. 1.15
  2. ----
  3.  
  4.   1) Fixed bug which would allow a long distance edited phone number
  5.      to be dialed regardless of LDSTART/LDSTOP settings.
  6.  
  7.   2) Added new vd.cfg descriptor: YOURCODELD
  8.      This one will allow you to tell VD not to strip your area code from
  9.      LD numbers in your area code - I call this Ed Marquis mode <grin>.
  10.  
  11.         syntax
  12.  
  13.         YourCodeLD NoStrip
  14.  
  15.      If you don't use this VD defaults to stripping them anyway.
  16.  
  17.   3) Added code to trap the use of the number 1 as a first digit of a
  18.      user's phone number.  This problem allowed LD users to tell VD they
  19.      were local thus forcing VD to call LD.  This problem first cropped
  20.      up when I changed VD to support the RA freeform style phone number.
  21.      I cannot imagine why no one ever noticed it until I stumbled upon
  22.      it tonight, a good three months after adding the freeform code.
  23.  
  24.  
  25. ValidOOR v1.10 Release Notes
  26. ----------------------------
  27.  
  28.   1) Minor change to log format.
  29.  
  30.   2) Chat Mode added via F1 key.
  31.  
  32.   3) Cleaned up some of the phone # processing code.
  33.  
  34.   4) Added JUMP TO DOS via the <F2> function key. Uses COMSPEC.
  35.  
  36.   5) Local keyboard now works when a user is online.
  37.  
  38.   6) Update Option Flags are displayed on the Status line like this:
  39.  
  40.                       Upd: S T F P L
  41.  
  42.       Upd:   flag under this means EXITINFO.BBS will be written to.
  43.       S  :     "    "    "     "   security level will be updated.
  44.       T  :     "    "    "     "   TimeLimit will be updated.
  45.       F  :     "    "    "     "   User Flags will be updated.
  46.       P  :   Number under this indicates PhoneEdit status.
  47.                   0 = disabled
  48.                   1 = enabled without EXITINFO update.
  49.                   2 = enabled with EXITINFO update.
  50.       L  :   flag under this means LongDistance calling enabled.
  51.       L  :   's'    "    "     "        "       slot      "    .
  52.  
  53.  
  54.   7) Cleaned up BIOS display routines (I hope) and tested with DV 2.25.
  55.  
  56.   8) Another new vd.cfg descriptor, EditPhone, allows sysop to permit
  57.      users to change their phone number.  See VD.Cfg in this package
  58.      for usage.
  59.  
  60.   9) Display modes have been tweaked a bit to work better.
  61.  
  62.  10) Status bar in DIRECT mode is two lines now.
  63.  
  64.  11) Version number changes: 1.05R for RA
  65.                              1.05Q for QBBS
  66.  
  67.  12) ValidOOR now requires you to put the Carriage return in your modem-init
  68.      string unlike previous versions.  Use the | character as a Carriage
  69.      Return at the end of your init string.
  70.  
  71.  13) There is a new optional descriptor in vd.cfg - ExitInfoPath - which allows
  72.      you to specify a path for your EXITINFO.BBS file.  Add this to your cfg
  73.      file using the correct path for your system:
  74.  
  75.      ExitInfoPath d:\qbbs\exitinfo.bbs
  76.  
  77.      If you leave out this vd.cfg descriptor, VD will look for EXITINFO.BBS
  78.      in the current directory.
  79.  
  80.  
  81.  
  82.  
  83.  14) Changed the way VD handles the flags.  You can now use a "N" in
  84.      any flag which will tell VD to leave that flag the way it
  85.      is already set. Example:
  86.  
  87.         AFlag XXX---nn
  88.  
  89.      would tell vd to set flags a1 a2 and a3 on, a4 a5 a6 off, and
  90.      leave a7 and a8 the way they were already set for that user.
  91.      The old way this worked was not a bug but rather lazy
  92.      programming on my part.
  93.  
  94.  
  95.  15) Added ability to use the free-style phone number format of
  96.      QuickBBS and/or Remote Access.
  97.  
  98.  
  99.  16) The modem reset string is no longer a hard-coded ATZ<CR> so you
  100.      MUST change your ModemReset descriptor to reflect the actual reset
  101.      string you wish to use like this:
  102.  
  103.         ModemReset ATZ|
  104.  
  105.      Use the | character as a <CR>.
  106.  
  107.      Of course you can still disable the modem reset like this:
  108.  
  109.         ModemReset NoATZ
  110.  
  111.  
  112.